AI Verified

Name

Change the recipient of the WordPress PHP fatal error email

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

Totalweb AS

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

13/11/2022

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Change the recipient of the WordPress PHP fatal error email

 
                    
1add_filter( 'recovery_mode_email', 'send_sumun_the_recovery_mode_email', 10, 2 );
2function send_sumun_the_recovery_mode_email( $email, $url ) {
3$email['to'] = 'rune@totalweb.no'; // Your own email
4return $email;
5}

0

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

0

Custom Color Key

Added: 7 months ago

Last Updated: 7 months ago

Adds a color-coded key at the top of specific admin page.

WordPress Admin

AI Verified

0

Display Database Name on Admin Bar

Added: 4 months ago

Last Updated: 4 months ago

This snippet will display your WordPress database name on your admin bar for administrator users.

WordPress Admin

AI Verified

1

WPML minor edit on by default

Added: 1 year ago

Last Updated: 7 months ago

Turn on the 'minor edit' option by default, so all pages and posts edits aren't pushed to translations.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WordPress Admin

AI Verified

3

Remove the site health dashboard widget

Added: 1 year ago

Last Updated: 1 day ago

WordPress Admin

AI Verified

2

Remove admin nags

Added: 1 year ago

Last Updated: 1 year ago

Custom function to remove admin notices (remember to edit the classes)

WooCommerce

AI Verified

1

Woocommerce - Remove the additional information tab

Added: 1 year ago

Last Updated: 1 day ago